home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network CD 2
/
Network CD - Volume 2.iso
/
programs
/
archives
/
dust2_02.lha
/
Dust
/
Examples
/
for.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-06-16
|
100 b
|
12 lines
for(i,1,3)
for(j,1,4)
.i*j
end
for(k,4,1)
echo(text)
end
for(j,0.22,5.6,0.3)
.j
end
end